home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disney Interactive Software Sampler 1998 to 1999
/
DISNEY99.ISO
/
Media
/
Intro.dxr
/
Internal_1_Movie Script.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-11-16
|
209 b
|
15 lines
on startMovie
set the keyDownScript to "FForward"
end
on stopMovie
set the keyDownScript to EMPTY
end
on FForward
if the key = " " then
go("Finish")
set the keyDownScript to EMPTY
end if
end